Remove $ from lines in readme to improve copyability
authorColin Dean <git@cad.cx>
Sun, 17 Aug 2014 22:58:07 +0000 (18:58 -0400)
committerColin Dean <git@cad.cx>
Sun, 17 Aug 2014 23:02:04 +0000 (19:02 -0400)
When a $ is present, it prevents someone from easily copying and
pasting the whole block.

README.md

index 63ea8c7a9707c30a684844745e8b5348be6a3ec0..1e5b09c3b1765de137b47c99f022204f9ab95bf1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ Cargo has nightlies available for use. The cargo source is not always guaranteed
 to compile on rust master as it may lag behind by a day or two. Nightlies,
 however, will run regardless of this fact!
 
-```
-triple=x86_64-unknown-linux-gnu
-curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
-tar xf cargo-nightly-$triple.tar.gz
-./cargo-nightly-$triple/install.sh
+```sh
+triple=x86_64-unknown-linux-gnu
+curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
+tar xf cargo-nightly-$triple.tar.gz
+./cargo-nightly-$triple/install.sh
 ```
 
 Nightlies are available for the following triples:
@@ -30,12 +30,12 @@ as well as MSYS. The installation script needs to be run inside the MSYS shell.
 
 Cargo can be compiled like many other standard unix-like projects:
 
-```
-git clone https://github.com/rust-lang/cargo
-cd cargo
-./configure
-make
-make install
+```sh
+git clone https://github.com/rust-lang/cargo
+cd cargo
+./configure
+make
+make install
 ```
 
 More options can be discovered through `./configure`, such as compiling cargo